auto merge of #217 : gchp/cargo/docs, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 18 Jul 2014 15:07:19 +0000 (15:07 +0000)
committerbors <bors@rust-lang.org>
Fri, 18 Jul 2014 15:07:19 +0000 (15:07 +0000)
commit0d2dfd75a65ddba1a706bb148b7547a7b3b57a51
tree902bacb7748070be17435beec1fd1f23b48b4ab8
parent7a2aa754146fd4064810edf96715da26d273cd00
parent2584144b4e265be754b4758ce8831c22def29bdd
auto merge of #217 : gchp/cargo/docs, r=alexcrichton

There were inconsistencies in the manifest file between using `[[bin]]` and `[[executable]]`. I've changed the examples to use `[[bin]]` for consistency.